home *** CD-ROM | disk | FTP | other *** search
- .TH MESHSIZE
- 6 "IRIT Version 6.0"
- .SH NAME
- MESHSIZE
-
-
-
- NumericType MESHSIZE( SurfaceType Srf, ConstantType Direction )
-
- Returns the size of Srf's mesh in Direction, which
- is one of COL or ROW.
-
- Example:
-
- RSize = MESHSIZE( Sphere, ROW );
- CSize = MESHSIZE( Sphere, COL );
-